Skip to main content

Modify Order

Request to be POSTed to uri : /NorenWClientTP/ModifyOrder

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
jKey*Key Obtained on login success.
Json FieldsPossible valueDescription
exch*Exchange
norenordno*Noren order number, which needs to be modified
prctypLMT / MKT / SL-MKT / SL-LMTThis can be modified.
prcModified / New price
qtyModified / New Quantity
tsym*Unque id of contract on which order was placed. Can’t be modified, must be the same as that of original order. (use url encoding to avoid special char error for symbols like M&M)
retDAY / IOC / EOSNew Retention type of the order
trgprcNew trigger price in case of SL-MKT or SL-LMT
uid*User id of the logged in user.
bpprcBook Profit Price applicable only if product is selected as B (Bracket order )
blprcBook loss Price applicable only if product is selected as H and B (High Leverage and Bracket order )
trailprcTrailing Price applicable only if product is selected as H and B (High Leverage and Bracket order )

Response Details :

Response data will be in json format with below fields.

Json FieldsPossible valueDescription
statOk or Not_OkModify order success or failure indication.
resultNoren Order number of the order modified.
request_timeResponse received time.
emsgThis will be present only if Order modification fails